-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Rename check_file_size #161
Conversation
Allows for easier comprehension of the if statements that use this method. Extra details in docstring are also removed. Unit tests were also modified.
The juju 3.1 tests suddenly seem to be failing after the docstring change possibly due to something with upstream deps |
func test fix being made here: #163. Edit: PR not needed, fix was done upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Allows for easier comprehension of the if statements that use this method. Extra details in docstring are also removed (this info can be provided elsewhere in the docs). Due to the change in vocabulary, the True/ False return conditions are also switched.
Unit tests are also modified.